home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / ov_all.zip / TI631.ASC < prev    next >
Text File  |  1991-09-11  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  ObjectVision                           NUMBER  :  631
  9.   VERSION  :  1.0
  10.        OS  :  WIN
  11.      DATE  :  September 11, 1991                         PAGE : 1/1
  12.  
  13.     TITLE  :  Spawn a DOS or Windows executable from ObjectVision
  14.  
  15.  
  16.  
  17.  
  18.   ObjectVision has the ability to spawn any DOS or Windows
  19.   executable (with the .EXE extension) file.  This can be used to
  20.   run Paradox, Quattro Pro, or any other executable file.
  21.  
  22.   The way this is done is by playing a little trick on a DDE link.
  23.   Create a button field called SPAWN.  Now use the tree tool to
  24.   include a DDE function to work with this button.  The easiest way
  25.   to explain how to do this is with an example.  Suppose you want
  26.   to load the file SAMPLE.WQ1 into Quattro Pro.  These files are in
  27.   the directory C:\QPRO.  You would create a DDE link with the
  28.   @DDEOPEN command like this:
  29.  
  30.   @DDEOPEN("SPAWN","C:\QPRO\Q","C:\QPRO\SAMPLE.WQ1","","")
  31.  
  32.   This will start Quattro Pro and load the SAMPLE.WQ1 spreadsheet.
  33.   It is important not to include the file name extension after the
  34.   executable file, and the executable file must have the .EXE
  35.   extension.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.